home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game.EXE 2005 November
/
Game.EXE_11_2005_DVD.iso
/
Flash Games
/
Robo Farmer
/
robofarmer.swf
/
scripts
/
DefineButton2_738
/
BUTTONCONDACTION on(rollOver).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-23
|
240 b
|
10 lines
on(rollOver){
if(_root.thompsonisowned == false)
{
_root.description = "You don\'t own the Thompson.";
return undefined;
}
_root.description = "Upgrade the Thompson sub-machine gun.";
return undefined;
}